C1.Web.Mvc Namespace / AutoComplete<T> Class / SelectedIndex Property

In This Topic
SelectedIndex Property (AutoComplete<T>)
In This Topic
Gets or sets the index of the currently selected item in the drop-down list.
Syntax
'Declaration
 
<DefaultValueAttribute(-1)>
Public Overridable Property SelectedIndex As Integer
 
See Also